home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / rtrv / shared.dir / 00350_EX+0FrameScore.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  1.3 KB  |  30 lines

  1. on enterFrame
  2.   global gtpoem, gppoem, gtbio, gpbio, gcurrentnumber, gblenddraw, galreadyshownbutton, greq
  3.   set the cursor of sprite 17 to [409, 410]
  4.   set the cursor of sprite 40 to [402, 404]
  5.   set the cursor of sprite 41 to [401, 403]
  6.   set the cursor of sprite 42 to [405, 406]
  7.   set the cursor of sprite 43 to [407, 408]
  8.   set the cursor of sprite 13 to [409, 410]
  9.   set the cursor of sprite 14 to [409, 410]
  10.   set the cursor of sprite 15 to [409, 410]
  11.   set the cursor of sprite 16 to [409, 410]
  12.   set galreadyshownbutton to 1
  13.   set a to 20
  14.   set b to a / 2
  15.   makepuppet(2, getbioname(gtbio, gcurrentnumber, "NK"), gblenddraw, 480, 260, 36)
  16.   makepuppet(15, getpoemname(gtpoem, gcurrentnumber, 1), 100, 160, getpoempos(gtpoem, gcurrentnumber, 1) + (the height of cast getpoemname(gtpoem, gcurrentnumber, 1) / 2))
  17.   makepuppet(16, getpoemname(gtpoem, gcurrentnumber, 2), 100, 160, getpoempos(gtpoem, gcurrentnumber, 2) + (the height of cast getpoemname(gtpoem, gcurrentnumber, 2) / 2))
  18.   set c to 120
  19.   if greq = "E" then
  20.     makepuppet(17, getpoemname(gtpoem, gcurrentnumber, 5), 100, 330, c)
  21.   else
  22.     makepuppet(17, getpoemname(gtpoem, gcurrentnumber, 3), 100, 330, c)
  23.     makepuppet(18, getpoemname(gtpoem, gcurrentnumber, 4), 100, 330, c + the height of cast getpoemname(gtpoem, gcurrentnumber, 3) + 30)
  24.   end if
  25.   updateStage()
  26. end
  27.  
  28. on exitFrame
  29. end
  30.